OpenRoads Designer CONNECT Edition SDK Help

CalculateParameter Method

Computes the parameter of the clothoid based on two radius and length

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static doubleCalculateParameter(int  spiralType,double length,double radius1,double radius2)

Parameters

SettingDescription
   Type of spiral
   Length of spiral
   Start radius
   End radius

Return Value

Paramater of the clothoid

See Also